home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / help210.lqr / HELP.TXT < prev   
Encoding:
Text File  |  1985-06-03  |  2.5 KB  |  71 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                       HELP
  9.  
  10.  
  11.         Help  functions  as  an  external DOS command.  Its purpose is to
  12.         provide help with all DOS 2.10 commands.
  13.  
  14.         Help  has  two modes, direct and menu.  In direct mode you simply
  15.         type  HELP followed by the command you want information on.  Both
  16.         help  and  the  command  may be typed in any combination of upper
  17.         and  lower  case  letters.  The word HELP and the command must be
  18.         separated by one and only one space.
  19.  
  20.         To  enter  menu  mode just type HELP.  A menu of all DOS commands
  21.         will  be  displayed  and you will be prompted to enter a command. 
  22.         After the help screen for the command you select has
  23.         been  displayed  you will return to the menu.  To leave menu mode
  24.         strike the enter key without entering a command name.
  25.  
  26.         If  you  enter  an  unknown  command  in  either mode you will be
  27.         placed in menu mode and the menu will be displayed.
  28.  
  29.  
  30.                                  Help Data File
  31.  
  32.         The  file  HELP.DAT contains the help screens and may be modified
  33.         with  any  text editor.  If you modify the file you must obey the
  34.         following rules.
  35.  
  36.         The  first  two characters of each line are reserved for a record
  37.         code.  The codes are as follows.
  38.  
  39.                       #C = the command name in ALL UPPER CASE letters.
  40.  
  41.                       #F = the function of the command.
  42.  
  43.                       #X = the command syntax.
  44.  
  45.                       #E = an example of the command.
  46.  
  47.         The  record  code appears in the first line of the catagory only. 
  48.         Continuation  lines  are  allowed  for  the  function, syntax and
  49.         example  catagories.  The continuation lines must have a space in
  50.         each  of  the  first  two positions.  The third character of each
  51.         line must be a space.
  52.  
  53.         If  the  text  will  not fit on the screen the program will pause
  54.         and request that you strike a key when ready to continue.
  55.  
  56.         You  can  add  new  topics  to  the  HELP.DAT  file  if you wish,
  57.         however,  the  menu is part of the program code for speed and can
  58.         not be changed.
  59.  
  60.                                   Bill Todd
  61.                                   P. O. Box 2795
  62.                                   Des Plaines, IL. 60018
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. 
  70.  
  71.